Collection and Drop Off API
Collection and Drop Off Overview
Overview
The Collection and Drop Off API accepts an address ID and returns address details and nearby collection or drop-off locations in a single call.
Collection and Drop Off API includes the following resources:
Name | Function | Verb | Resource |
---|---|---|---|
Collection addresses | Returns address detail and nearby collection locations | GET | /addresses/{address_id} |
Drop off search | Returns address detail and nearby drop off locations | GET | /dropoffs/{address_id} |
Drop off all | Returns all drop off locations | GET | /dropoffs/all |